home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / DRAGCLAW.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-02-07  |  788b  |  31 lines

  1. echo off
  2. echo.
  3. echo.
  4. echo      Thank you for trying FireMoon Software's
  5. echo            Dragon's Claw version 2.1 
  6. echo                (for mIRC 4.72)
  7. echo.
  8. echo.
  9. pause
  10. echo Installing...
  11. echo.
  12. if exist DC.DAT goto next
  13. echo ERROR:  The file DC.DAT file is missing!
  14. echo         Please place DC.DAT in this directory
  15. echo         and run install.bat again.
  16. goto done
  17. :next
  18. if exist PKUNZIP.EXE goto install
  19. echo ERROR:  The file PKUNZIP.EXE was not fount!
  20. echo         Please place a copy of PKUNZIP.EXE in this
  21. echo         directory and run install.bat again.
  22. goto done
  23. :install
  24. PKUNZIP.EXE DC.DAT C:/ -D
  25. echo.
  26. echo Installation complete.
  27. echo.
  28. echo Please read the dragclaw.txt file
  29. echo for further instructions and/or
  30. echo script usage questions.
  31. :done